object Form11: TForm11 Left = 270 Top = 156 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Seek' ClientHeight = 45 ClientWidth = 182 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnDeactivate = Edit1Exit OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 182 Height = 45 Align = alClient TabOrder = 0 object Edit1: TEdit Left = 15 Top = 12 Width = 151 Height = 21 AutoSelect = False TabOrder = 0 OnExit = Edit1Exit OnKeyDown = Edit1KeyDown OnKeyPress = Edit1KeyPress end end end